From 5ed2b79897b51344f92898004a40cafa89b3fccd Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 19 Jul 2005 07:09:37 +0000 Subject: [PATCH] Don't bother mentioning the -fnative-struct (used by GCC 2) switch in the 2005-07-19 Tor Lillqvist * gtk/gtkmain.c (check_sizeof_GtkWindow, check_sizeof_GtkBox): Don't bother mentioning the -fnative-struct (used by GCC 2) switch in the error message any longer. --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ gtk/gtkmain.c | 10 ++++------ 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 26645780ef..b5b97813b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-19 Tor Lillqvist + + * gtk/gtkmain.c (check_sizeof_GtkWindow, check_sizeof_GtkBox): + Don't bother mentioning the -fnative-struct (used by GCC 2) switch + in the error message any longer. + 2005-07-18 Matthias Clasen * gdk/gdkpixbuf-render.c: Small formatting fixes in doc comments. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 26645780ef..b5b97813b2 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2005-07-19 Tor Lillqvist + + * gtk/gtkmain.c (check_sizeof_GtkWindow, check_sizeof_GtkBox): + Don't bother mentioning the -fnative-struct (used by GCC 2) switch + in the error message any longer. + 2005-07-18 Matthias Clasen * gdk/gdkpixbuf-render.c: Small formatting fixes in doc comments. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 26645780ef..b5b97813b2 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2005-07-19 Tor Lillqvist + + * gtk/gtkmain.c (check_sizeof_GtkWindow, check_sizeof_GtkBox): + Don't bother mentioning the -fnative-struct (used by GCC 2) switch + in the error message any longer. + 2005-07-18 Matthias Clasen * gdk/gdkpixbuf-render.c: Small formatting fixes in doc comments. diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index 49817a9050..07fd7a854c 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -763,9 +763,8 @@ check_sizeof_GtkWindow (size_t sizeof_GtkWindow) "The code using GTK+ thinks GtkWindow is of different\n" "size than it actually is in this build of GTK+.\n" "On Windows, this probably means that you have compiled\n" - "your code with gcc without the -fnative-struct\n" - "(or -mms-bitfields) switch, or that you are using\n" - "an unsupported compiler."); + "your code with gcc without the -mms-bitfields switch,\n" + "or that you are using an unsupported compiler."); } /* In GTK+ 2.0 the GtkWindow struct actually is the same size in @@ -782,9 +781,8 @@ check_sizeof_GtkBox (size_t sizeof_GtkBox) "The code using GTK+ thinks GtkBox is of different\n" "size than it actually is in this build of GTK+.\n" "On Windows, this probably means that you have compiled\n" - "your code with gcc without the -fnative-struct\n" - "(or -mms-bitfields) switch, or that you are using\n" - "an unsupported compiler."); + "your code with gcc without the -mms-bitfields switch,\n" + "or that you are using an unsupported compiler."); } /* These two functions might get more checks added later, thus pass -- 2.30.2